@charset "utf-8";
/*~~~~框架布局~~~*/
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
/*==版心定义↓==*/
.container{width:1600px;}
img{max-width:100%}
/*==字符串↓==*/
i,.iof{font-style: normal;    font-family: "iconfont";transition: all .4s ease-in-out}
@font-face {
  font-family: 'iconfont';  /* project id 1963410 */
  src: url('//at.alicdn.com/t/font_1963410_7vox6fwn7qs.eot');
  src: url('//at.alicdn.com/t/font_1963410_7vox6fwn7qs.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1963410_7vox6fwn7qs.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1963410_7vox6fwn7qs.woff') format('woff'),
  url('//at.alicdn.com/t/font_1963410_7vox6fwn7qs.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1963410_7vox6fwn7qs.svg#iconfont') format('svg');
}
/*==顶部↓==*/
.fixed-top.header{ position: fixed;width:100%;z-index:99; padding:10px 0;height:80px;  }
.fixed-top.header:before{opacity:1; height:100%;}
.fixed-top.header .nav{margin-top:20px;}
.fixed-top.header .nav > li > a{ padding-bottom: 25px;}
.fixed-top.header .tel{ margin-top: 15px; }
.fixed-top.header .lang{margin-top:20px;}
/*--*/
.header{position: fixed;width: 100%;top:0;z-index:99;padding:20px 0;height:90px;border-bottom:1px solid rgba(255,255,255,0.6);}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%; background:rgba(0,0,0,0.5);    transition: all .4s ease-in-out;}
.header .logo{float:left}
.header .nav{display:flex;float: right;margin-top: 16px;}
.header .nav > li{/* flex: 1; */float: left;margin-left: 35px; position: relative;}
.header .nav > li > a{position: relative;display: block;color:#fff;font-size:16px;text-align: center;padding-bottom: 30px;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#b40e12;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#fff; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .nav .sub{display:none;width: 200%;left:-50%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 10px 0;z-index: 999;text-align: center;/* box-shadow: 0 0 10px #ddd; */}
.header .nav .sub a{display: block;color: #5e5e5e;font-size: 14px;padding:8px 10px}
.header .nav .sub a:hover{color:#fff; background: #b40e12;}
.header .nav li:last-child .sub{display: none !important;}
.header .tel{position: relative;float: right;margin-top: 12px;margin-left: 40px;font-weight: bold;font-size: 22px;color: #fff;}
.header .tel:before{content: "\e675";font-family: "iconfont";/* position: absolute; *//* left:0; */margin-right: 10px;font-weight: 400;}
.header .lang{float:right;margin: 17px 1px 0 25px;}
.header .lang a{display: block;color: #333;font-size:14px;padding: 2px 10px;background: #fff;}
.header .lang a:hover{color:#fff;background:#b40e12}
/*==次级导航↓==*/
.menu{position: relative;width:100%;margin-top: -70px;background: rgba(0,0,0,0.3);}
.menu ul{}
.menu li{float: left;display: inline-block;}
.menu li a{position:relative;z-index:2;height: 70px;display: block;margin:0 0px;color: #fff;font-size:18px;overflow: hidden;padding: 22px 0px;margin: 0 20px;}
.menu li a:after{content: "";position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:3px;background: #fff;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu li:hover a,.menu li.active a{ color:#fff;border-color:#b40e12 }
.menu li:hover a:after,.menu li.active a:after{ transform: scale(1);transform-origin:left;}
/*==面包屑↓==*/
.site{/* margin:30px 0px 0px 0; */color:#767676;font-size:14px;}
.site .container{padding: 20px 0;border-bottom:1px #ddd solid;}
.site .home i{color:#333;font-weight:bold;font-size:16px;margin-right:10px;}
.site a{color:#666;font-size:12px;}
.site a:hover{color:#2e3093}
.site .more{float:right;color:#fff;font-size:14px; padding:6px 10px; background: #666;}
.site .more:hover{color:#fff; background: #b40e12;}
/*==标题↓==*/
.titleAx{color:#212121;font-size:24px;}
.titleAx b{display: block;color:#212121;font-size:40px;font-weight:bold;margin-bottom: 10px;text-transform: Uppercase;}
.titleAx hr{display: block;margin: 0 auto 10px;width: 60px;height: 4px;border:none;background: url(../images/title-line.png) no-repeat center;}
.titleAx.cen{text-align: center;margin-bottom:50px}
.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}
.titleAx.white hr{background: url(../images/title-lineW.png) no-repeat center;}
.titleBx{margin-top:0px;color:#151515;font-size:40px;margin-bottom:50px;font-weight:bold; text-align: center;}
.titleBx hr{display: table;width:20px;height:2px; margin:10px auto 0;border:none;background: #b40e12;}
.titleBx span{display: block; margin:10px auto 0;color:#666666;font-size:16px;font-weight:400}
.titleBx.cen{text-align: center;}
.titleBx.white,.titleBx.white span{color:#fff}
.titleBx.tTop{margin:50px 0 0 0;}
.mt100{margin-top:100px}
/*--*/
.ptm80{padding:80px 0}
.ptm100{padding:100px 0;}
/*--*/
.pt80{padding-top:80px}
.pm80{padding-bottom:80px}
/*伪类*/
.bfe:before,.bfr:after{content:""; display: block;transition: all .4s ease-in-out;}
/*-*/
.bfe-s:before,.bfr-s:after{content:"";transition: all .4s ease-in-out;}
/*-*/
.bfe-pos,.bfr-pos{ position: relative;}
.bfe-pos:before,.bfr-pos:after{content:""; position:absolute;transition: all .4s ease-in-out;}
/*-*/
.bfe-spos,.bfr-spos{ position: relative;}
.bfe-spos:before,.bfr-spos:after{content:""; position:absolute; }
/*句段限制*/
.lcp{-webkit-line-clamp: 1;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
/*==更多按钮↓==*/
.moreBtn{position:relative;/* z-index:2; */ display: table;color:#b40e12;font-size:16px;border:#b40e12 solid 1px;padding: 12px 40px;border-radius: 30px;overflow:hidden;}
.moreBtn:after{opacity:0; content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;transform:translateX(20px); background:#b40e12;    transition: all .4s ease-in-out;}
.moreBtn i{float:right;display: block;height: 20px;margin: 1px 0 0 15px;color:#b40e12;}
.moreBtn:hover{color:#fff; } 
.moreBtn:hover:after{ opacity:1; transform:translateX(0px)}
.moreBtn:hover i{color: #fff;transform:translateX(5px);}
/*--*/
.moreBtn.white{border-color:#fff;color:#fff;}
.moreBtn.white:after{background: #fff;}
.moreBtn.white i{ color:#fff}
.moreBtn.white:hover{color:#b40e12; background: #fff;} 
.moreBtn.white:hover i{color: #b40e12;} 
/*==视频效果按钮↓==*/
.videoDot{ position: relative;}
.videoDot .dot{position: absolute;left:50%;top:50%;z-index: 2;margin:-25px;display: block;color:#fff;/* font-size: 45px; */}
.videoDot .dot:before{content:"\e609";position:absolute;top: -9px;left: 1px;font-size: 45px;color:#fff}
.videoDot .dot:after{content:"";position:absolute;z-index: -1;left: -5px;top: -4px;width: 56px;height:56px;border: 2px #fff solid;border-radius:50%;box-shadow: 0 0 10px #fff;background: rgba(255,255,255,0.1);}
.videoDot:before{}
.videoDot a{}
.videoDot a:hover .dot,.videoDot .pic:hover .dot{color:#ddd}
.videoDot a:hover .dot:before,.videoDot .pic:hover .dot:before{color:#ddd}
.videoDot a:hover .dot:after,.videoDot .pic:hover .dot:after{border-color:#ddd;box-shadow: 0 0 10px #fff;background: rgba(0,0,0,0.5);}
.videoDot .pic{position: relative;cursor: pointer;}
.videoDot .pic:before{opacity: 0.2;content: ""; position: absolute; left:0;top:0;z-index:1; width:100%;height:100%; background:#000;}
.videoDot .pic:hover:after{opacity: 0.5;}
.videoDot .pic{}
/*===内页框↓==*/
.rack{float:left;width:100%;padding:70px 0 80px 0;}
.rackWor{}
/*==首页产品↓==*/
.ProductHome{background: #edeef0;}
.ProductHome .tone{text-align: center;margin-bottom: 50px;}
.ProductHome .tone li{display: inline-block;margin:0 20px;cursor: pointer;   }
.ProductHome .tone li a{position:relative;display: block;z-index:2;color:#212121;font-size:16px;border-radius:30px;padding:12px 40px;border:1px #212121 solid;overflow:hidden;}
.ProductHome .tone li a:after{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;/* border-radius: 30px; */transition:transform .5s;transform: scale(0,1);transform-origin:right;background:#b40e12;}
.ProductHome .tone .active a{color:#fff; border-color:#b40e12; }
.ProductHome .tone .active a:after{transform: scale(1);transform-origin:left;}
.ProductHome .srll{position: relative; height:460px; }
.ProductHome .srll.show{display: block;}
.ProductHome .srll li a{display: table;margin: auto;vertical-align: top;width: 90%;} 
.ProductHome .gallery-top{}
.ProductHome .gallery-top .box{float:left;width: 45%;margin-bottom:200px;}
.ProductHome .gallery-top h4{color:#212121;font-size:30px; margin-bottom:25px;} 
.ProductHome .gallery-top .wx{-webkit-line-clamp:2;color:#212121;font-size:18px;line-height: 30px;}
.ProductHome .gallery-top .moreBtn{margin-top:40px;}
.ProductHome .gallery-top .pic{float: right;width: 45%;}
.ProductHome .gallery-top .pic img{display: block;}
.ProductHome .gallery-top .box:hover  h4{color:#b40e12}
.ProductHome .gallery-top .more:hover{color:#fff; background: #b40e12;} 
.ProductHome .gallery-top .more:hover i{color: #fff;} 
.ProductHome .gallery-thumbs{ position: absolute;left:5%;bottom:0;}
.ProductHome .gallery-thumbs:before{content: "";position: absolute;left:0;top:0;width:10px;height:100%;border-radius: 20px;background:-webkit-linear-gradient(top, #e9e9e9, #dbdbdb, #e9e9e9); }
.ProductHome .gallery-thumbs li{height: auto !important;color:#757575;font-size:18px;margin-bottom:15px;padding-left: 25px;}
.ProductHome .gallery-thumbs li:before{ content: ""; position: absolute;left:0;top:0;width:10px;height:100%;border-radius:10px; background: #b40e12;transition:transform .5s;transform: scale(1,0);transform-origin:bottom;}
.ProductHome .gallery-thumbs li.swiper-slide-thumb-active{color:#343641}
.ProductHome .gallery-thumbs li.swiper-slide-thumb-active:before{transform: scale(1);transform-origin:top;} 
/*==首页优势↓==*/ 
.AdvantageHome{}
.AdvantageHome .list{}
.AdvantageHome .long{position: relative;background: url(../images/AdvantageImg01.jpg) no-repeat center; background-size:cove; }
.AdvantageHome .long:before{content:""; position: absolute;top:0;left:0;z-index:1;width:100%; height:100%; background:rgba(0,0,0,0.7);}
.AdvantageHome .swiper-container{border-left: 1px #666 solid;}
.AdvantageHome .list{ }
.AdvantageHome .list li{position: relative;z-index: 2;height:400px;text-align: center;border-right: 1px #666 solid;}
.AdvantageHome .list li:before{opacity:0; content:"";position: absolute;top:0;left:0;z-index: -1;filter: blur(1px);transform:translateY(-25px);width:100%;height:100%;background:#000;transition: all .4s ease-in-out;}
.AdvantageHome .list li .box{position: absolute;left:0;top:0;right:0;bottom:0;margin: auto;height:max-content;padding: 0 60px;transition: all .4s ease-in-out;}
.AdvantageHome .list em{position:relative; display: table;margin: 0 auto 15px;width: 100px;height: 100px;border-radius: 50%;border: 1px #fff solid;background-position:center;background-repeat:no-repeat;}
.AdvantageHome .list em:before{content:"";position:absolute;left:50%;bottom:-22px; width:1px;height:40px; background:#fff}
.AdvantageHome .list hr{width: 40px;height:1px;margin:0 auto 10px;border: none;transform: scale(0.1);background: #fff; }
.AdvantageHome .list h4{color:#fff;font-size:18px;margin-bottom:10px; }
.AdvantageHome .list p{opacity:0; -webkit-line-clamp: 2;color:#fff;font-size:14px;}
.AdvantageHome .list li:hover:before{opacity:0.3;transform:translateX(0px)}
.AdvantageHome .list li:hover em{border-color:#b40e12;background-color: #b40e12; }
.AdvantageHome .list li:hover em:before{height:0px}
.AdvantageHome .list li:hover .box{transform:translateY(-15px)}
.AdvantageHome .list li:hover hr{ margin-bottom:10px;transform: rotate(0deg) translateX(0px);transform: scale(1.1); }
.AdvantageHome .list li:hover p{opacity:1;}
.AdvantageHome .spot{display: none; position: relative;width: auto;margin: 20px auto 0;}
.AdvantageHome .spot span{opacity:1;width:10px;height:10px;margin: 0 5px;background: #999;}
.AdvantageHome .spot .swiper-pagination-bullet-active{ background:#124b9f}
/*==首页案例↓==*/
.CaseHome{}
.CaseHome .list{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.CaseHome .list li{width:25%;display: inline-block;margin-bottom:20px;}
.CaseHome .list li .pic{height:100%; /*height:380px;*/}
.CaseHome .list li .pic img{width:100%;height: 100%;object-fit: cover;}
.CaseHome .list li a{ position:relative;  display: block; margin-left:20px;height:100%;}
.CaseHome .list li h4{ position: absolute;z-index: 2; left:0;right:0;bottom:0;  margin:0 20px 30px 20px; color:#212121;font-size:18px; text-align:center; padding:15px 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #fff;}
.CaseHome .list li h4:before{ opacity:0; content:"";position: absolute;top:0;left:0;z-index: -1;width:100%;height:100%;transform:translateY(-20px);background:#df1e21;}
.CaseHome .list li:nth-child(1){width:50%;}
.CaseHome .list li:hover h4{color:#fff}
.CaseHome .list li:hover h4:before{ opacity:1; transform:translateY(0px)}
.CaseHome .moreBtn{ margin:50px auto 0}
/*==首页关于↓==*/
.AboutHome{ }
.AboutHome .up{position:relative;z-index:2; padding-bottom:200px}
.AboutHome .up:before{content:"";position:absolute;top:0;left:-10%;width:120%;z-index:-1;height:100%;background: url(../images/AboutBg.jpg) no-repeat center; background-size:cover ;}
.AboutHome .wx{color:#fff;font-size:14px;line-height:30px;text-align: center;}
.AboutHome .videoDot{ display: block;margin-top: 50px;}
.AboutHome .tone{}
.AboutHome .tone{position:relative;overflow:hidden;text-align: center;margin-bottom: 30px;}
.AboutHome .tone:after{content:"";position:absolute;z-index: -1;top:50%;left: 0px;width:2000px;height:1px;background: #e9e9e9;}
.AboutHome .tone li{display: inline-block;background: #fff;}
.AboutHome .tone a{display: block;margin: 0 20px;overflow: hidden;color:#212121;font-size: 16px;} 
.AboutHome .tone .active a{color:#b40e12;}
.AboutHome .lower{position: relative;z-index: 5;padding:60px 60px 60px;margin-top: -100px;box-shadow: 0 0 10px #e5e5e5;background: #fff;}
.AboutHome .list{}
.AboutHome .list li{}
.AboutHome .list .phot{display: block;padding:10px;  border:1px b40e12 solid;}
.AboutHome .list h4{color:#1e1e25;font-size:15px;text-align: center;margin-top: 15px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.AboutHome .list li:hover h4{color:#b40e12}
/*--*/
.chartSrll .long{position: relative;}
.chartSrll .btn{left:-50px;width: auto;height: auto;line-height: initial;text-align: center;color:#999;font-size:50px;background:none;}
.chartSrll .btn.nt{left:auto;right: -50px;}
.chartSrll .btn:hover{color:#b40e12;}
/*==首页新闻↓==*/
.NewsHome{}
.NewsHome .frame{position: relative;z-index: 2;float:left;width:50%;padding:80px 50px;}
.NewsHome .frame:before{content:"";position: absolute;right:0%;top: 0;z-index: -1;width: 200%;height: 100%;background: #f8f8f8;}
.NewsHome .frame:nth-child(2):before{left:0;right:auto; background:#efefef;}
.NewsHome .frame .title{position: relative;color:#212121;font-size:18px;line-height: 20px;font-weight: bold;margin-bottom:30px;}
.NewsHome .frame .title span{display: block;color:#212121;font-size:24px;margin-top:5px;}
.NewsHome .frame .title a{position: absolute;right:0;top:12px;color: #999;font-size: 50px;font-weight: 400;}
.NewsHome .frame .title a:hover{color:#b40e12;transform:translateX(-5px)}
.NewsHome .list{}
.NewsHome .list li{border-bottom:1px #ddd solid;}
.NewsHome .list .one{padding-bottom: 20px;}
.NewsHome .list .one .pic{height:277px;margin-bottom: 20px;}
.NewsHome .list .one .pic:before{opacity:0;content:"";position: absolute;z-index: 1;left:0%;top:0;width:100%;height: 100%;background:#000;}
.NewsHome .list .one .moreBtn{opacity: 0;position: absolute;left: 50%;top: 50%;z-index: 2;margin: -25px 0 0 -90px;/* right:0; *//* bottom:0; *//* margin:auto; *//* height: max-content; */}
.NewsHome .list .one .pic img{width:100%;height: 100%;object-fit: cover;} 
.NewsHome .list .one h4{color:#212121;font-size:17px;font-weight: bold;width: 100%;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.NewsHome .list .one p{-webkit-line-clamp: 2;color:#666666;font-size:14px;line-height: 22px;}
.NewsHome .list .one .time{color:#afafaf;font-size:12px;display: block;margin-top: 15px;}
.NewsHome .list .two{padding: 18px 0;overflow: hidden;}
.NewsHome .list .two h4{float:left;color:#212121;font-size:14px;width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.NewsHome .list .two .time{float:right;color:#afafaf;font-size:12px;}
.NewsHome .list li:hover h4{color:#b40e12}
.NewsHome .list .one:hover .pic:before{opacity: 0.5;}
.NewsHome .list .one:hover .moreBtn{opacity: 1;}
/*==首页伙伴↓==*/
.PartnerCont{}
.PartnerCont .swiper-container{padding:10px;}
/*==伙伴列表↓==*/
.PartnerCont .list li{}
.PartnerCont .list li a{position: relative;display:block;height:100%;overflow: hidden;border-radius: 10px;box-shadow: 0 0 10px #ddd;}
.PartnerHome .list a:after{ opacity:0; content:""; position:absolute;left:0;top:0;width:100%;height:100%;transform: translateY(-10px);background:#b40e12;}
.PartnerCont .list h4{ opacity:0; position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;text-align: center;color:#fff;font-size:18px;transform: translateY(10px);}
.PartnerCont .list .pic img{width:100%;min-height:150px}
.PartnerCont .list li:hover h4{opacity:1;transform: translateY(0px);}
.PartnerCont .list li:hover a:after{opacity:0.8;transform: translateY(0px);}
.PartnerCont .spot{position:initial; margin-top:40px}
.PartnerCont .spot span{opacity: 1;width:10px;height:10px;margin:0 8px !important; background: #808080;}
.PartnerCont .spot span.swiper-pagination-bullet-active{background: #b40e12;}
/*==服务支持留言↓==*/
.ServiceMessage{border-top:#ddd solid 1px }
.ServiceMessage .top{max-width:100%;width:100%; display: block;margin-bottom: 50px;}
.ServiceMessage input,.ServiceMessage textarea{border:none;padding:10px 20px; color:#666;font-size:14px; background:#eee;}
.ServiceMessage textarea{width:100%;height:150px;}
.ServiceMessage input{float:left;width:49%;line-height: 35px;margin-bottom: 20px;}
.ServiceMessage input:nth-of-type(even){float:right;}
.ServiceMessage button{border:none; color:#fff;font-size:14px;padding: 12px 60px;display: table;margin: 40px auto 0;background: #b40e12;}
.ServiceMessage button:hover{background: #333}
/*==案例列表↓==*/
.case-list{margin:0 0 -30px -20px;}
.case-list li{float:left;width: 24.99%;}
.case-list li a{display: block; position: relative;z-index:2;margin:0 0px 30px 20px;overflow: hidden;}
.case-list li .pic{padding-top:85%;}
.case-list li .pic:after{ opacity: 0;content: ""; position: absolute;left:0;bottom:0;z-index:1;width:60%;height:60%;border-radius:50% 50% 50% 0%; background: #000;transition: 0.5s;transform-origin: 0 100% 0;}
.case-list li h4{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; margin-top:15px;color:#666;font-size:16px; text-align: center;}
.case-list li .box{opacity: 0; position: absolute;left:0;top:0;right:0;bottom:0;margin:auto; height:min-content;z-index:2;width:100%;padding:0px 50px 0 50px; text-align: center;transition: all .4s ease-in-out;}
.case-list li .box h5{color:#fff;font-size:18px;margin-bottom:20px;}
.case-list li .box p{-webkit-line-clamp: 3;color:#fff;font-size:14px;line-height:24px;}
.case-list li .box .more{display: table;margin:40px auto 0;color:#fff;font-size:14px;padding: 6px 30px;border:2px #fff solid;border-radius: 30px;}
.case-list li .more:hover{color:#000;border-color:#fff; background: #fff;}
.case-list li:hover .box{opacity: 1;}
.case-list li:hover .pic:after{opacity: 0.6;    transform: scale(4, 4);}
.case-list li:hover h4{color:#b40e12}
/*==左侧联系↓==*/
.connection{margin-top: 30px;padding:20px;border: 1px #ddd solid;overflow: hidden;/* background:#eee; */}
.connection .tit{/* float:left; */color:#333;font-size: 18px;font-weight: bold;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px #ddd solid;}
.connection .tit .more{float:right;display:block;color:#666;font-size:13px;margin-top: 5px;}
.connection .tit .more:hover{color:#b40e12}
.connection .tel{position: relative;display: block;font-size:12px;color: #858585;padding-left:50px;margin-bottom: 20px; word-wrap: break-word;word-break: normal;}
.connection .tel font{display:block;color:#b40e12;font-size:24px;margin-top: 5px;line-height:25px;font-weight: bold;}
.connection .tel:before{content: "\e611";font-family: "iconfont";position: absolute;left:0;margin-right: 10px;font-weight: 400;color:#333;font-size: 36px;}
.connection .wx{color:#666;font-size:14px;line-height:24px}
.connection .ewm{display: table;margin-top: 20px;}
.connection .ewm img{max-width: 100px;}
.connection .ewm font{vertical-align: middle;color: #666;font-size: 14px;padding-left: 30px;}
.connection .ewm font hr{float: left;width: 30px;height:1px;margin: 7px 10px 0 0;border:none;background: #aaa;}
.connection .ewm img,.connection .ewm font{display:table-cell;}
/*==产品列表↓==*/
.product-list {margin-right:-30px;}
.product-list li{float:left;width:33.3%;margin-bottom:20px;padding-right:30px;}
.product-list li a{display:block;}
.product-list li .pic{padding-top:75%;transition:all .3s;border:1px solid #d1d1d1;transition:all .4s;}
.product-list li .pic:before{opacity:0; content:"";position:absolute;top:0;left:0;z-index: 1;width:100%;height:100%;transform:translateY(15px);background:#000;transition: all .4s ease-in-out;}
.product-list li .pic:after{opacity:0;content:"\e629";font-family: "iconfont";position:absolute;top:0;left:0;right: 0;bottom: 0;margin: auto;height: max-content;text-align: center;z-index: 2;display: block;color:#fff;font-size:35px;transform:translateX(-15px);transition: all .4s ease-in-out;}
.product-list li h4{font-size:16px;height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;}
.product-list li a:hover .pic{box-shadow:0 0 10px #ccc;}
.product-list li a:hover img{transform: scale(1.1);}
.product-list li a:hover h4{color:#b40e12;}
.product-list li a:hover .pic:before{opacity:0.5;transform:translateY(0px);}
.product-list li a:hover .pic:after{opacity:1;transform:translateX(0px);}
/*==产品详情↓==*/
.ProductShow{}
.ProductShow .top{/*padding:60px 0 120px 0; ;border-bottom:1px #ddd solid;background: #f5f5f5;*/}
.ProductShow .top .left{width:55%;}
.ProductShow .top .right{width:40%}
.ProductShow .top .right .title{color:#191919;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.ProductShow .top .right .wx{padding:20px;color:#666666;font-size:14px;min-height:100px;margin-bottom:80px;line-height: 24px;-webkit-line-clamp: 7;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden; background: #f2f2f2;}
.ProductShow .top .right .parts{ margin: -50px 0 35px 0;overflow: hidden;}
.ProductShow .top .right .parts h3{color:#333;font-size: 18px;margin-bottom: 15px;}
.ProductShow .top .right .parts img{display: block;float:left;width: 17%;height:80px;margin-right: 2%;border:2px #ddd solid;}
.ProductShow .top .right .parts img:hover{border-color:#666}
.ProductShow .top .right .tel{display: block;color:#191919;font-size:22px;margin-bottom:50px;padding: 20px 0 20px 0px;border-top:1px #ddd solid;border-bottom:1px #ddd solid;}
.ProductShow .top .right .tel i{float:left;color:#666;font-size: 25px;margin-right: 15px;}
.ProductShow .top .right .btn{float:left;line-height:28px;padding:8px 40px;color:#fff;font-size:18px;margin-right:20px;border-radius:40px; background-color: #b40e12;}
.ProductShow .top .right .btn i{float:left;margin: 2px 10px 0 0px;color:#fff;font-size:20px;line-height: ;}
.ProductShow .top .right .online{/* padding-left:70px; */}
.ProductShow .top .right .download{color:#4c4c4c;background: #fff;}
.ProductShow .top .right .btn:hover{color:#fff;background-color: #333;}
.ProductShow .con{margin-top:70px}
.ProductShow .con .tone{overflow:hidden;margin-bottom:50px;border-bottom:1px #ddd solid; text-align: center;}
.ProductShow .con .tone li{position: relative; display: inline-block; margin:0 20px 0 20px; /*! border-left:1px #ddd solid; */cursor: pointer;}
.ProductShow .con .tone li a{display: block; color:#444444;font-size:20px;padding: 0px 0px 20px 0;}
.ProductShow .con .tone li a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:1px;transition:transform .5s;transform: scale(0,1);transform-origin:right; background: #b40e12}
.ProductShow .con .tone li.active a,.ProductShow .con .tone li:hover a{color:#b40e12}
.ProductShow .con .tone li.active a:after,.ProductShow .con .tone li:hover a:after{transform: scale(1);transform-origin:left;}
.ProductShow .con .long{margin-bottom:50px;padding-bottom:40px; border-bottom:1px #ddd solid}
.ProductShow .con .title{position: relative; color:#333;font-size:22px;margin-bottom:30px;padding-left:20px}
.ProductShow .con .title:before{content:"";position: absolute; left:0;top:10%;width:2px;height: 80%; background: #b40e12;}
.ProductShow .con .long:last-child{margin-bottom:0px;padding-bottom:0px; border-bottom:0px}
.ProductShow .con .wx{}
.ProductShow .con .wor{color:#393939;line-height:24px;font-size:15px;}
/*==左右图片切换↓==*/
.srllOrso{}
.srllOrso .leftPic{width:80%;float: left;border:2px #efefef solid; background: #fff;}
.srllOrso .leftPic img{display: block;margin:auto;max-width:100%;height: 100%;object-fit: cover;}
.srllOrso .rightPic{width:20%;float: right;padding-left:15px;}
.srllOrso .rightPic li{height:20%;margin-bottom:20px;border:2px #efefef solid;cursor: pointer;background: #fff;}
.srllOrso .rightPic li img{display: block;max-width:100%;height: 100%; margin:auto}
.srllOrso .rightPic li.swiper-slide-thumb-active{border-color: #b40e12;}
.srllOrso .leftPic,.srllOrso .rightPic{height: 520px;}
.srllOrso .leftPic .look{ opacity:0; position:absolute; left:0;bottom:0;z-index:2;width:100%;padding:10px; color:#fff;font-size:16px; text-align:center;transform: translateY(40px);  background:rgba(0,0,0,0.5) ;}
.srllOrso .leftPic .look i{ margin-right:10px; display:inline-block;font-size:20px;}
.srllOrso .leftPic:hover .look{opacity:1 ; transform: translateY(0px);}
.srllOrso .rightPic:hover .btn{opacity: 1 !important;}
.srllOrso .btn{opacity:0 !important;left:15px;top:0;right:0;width:auto;height:auto;margin:0px;color:#fff;font-size: 32px;padding: 5px 0;text-align: center;background:rgba(0,0,0,0.5);}
.srllOrso .btn.swiper-button-disabled{opacity: .9}
.srllOrso .btn.nt{top:auto;bottom:0;}
.srllOrso .btn:hover{background:rgba(0,0,0,0.7)}
/*==新闻↓==*/
.NewsListBox{padding-bottom:0 !important}
.NewsListBox .up{margin-bottom:90px;}
.NewsListBox .up .more{}
.NewsListBox .up .more{color:#fff;font-size:12px;padding: 10px 30px;display: table;margin-top: 40px;background: #666;}
.NewsListBox .up .more i{content: ""; float:right;font-size:20px; height:5px;margin:-9px 0 0 15px; transition: all .4s ease-in-out;}
.NewsListBox .up .more:hover{ background: #b40e12;}
.NewsListBox .up .more:hover i{transform:translateX(3px);}
.NewsListBox .up .swiper-container:after{content: "";position: absolute; left:0;bottom:0;width:100%;height:100px; background: #009fe8;}
.NewsListBox .up .spot{bottom:0;display: table;width: 100%;left: 700px;/*! margin-left: 52px; */text-align: left;padding: 30px 35px 30px 50px;background:#5c5c5c;}
.NewsListBox .up .spot span{ opacity:1;width:10px;height:10px; background:rgba(255,255,255,0.5);margin-right: 12px;}
.NewsListBox .up .spot .swiper-pagination-bullet-active{ background:#fff}
.NewsListBox .up li{ position: relative; }
.NewsListBox .up li a{position: relative;display: block;height: 450px;padding:50px 50px 50px 750px;background:#f2f2f2;}
.NewsListBox .up li .pic{float: left;position:absolute;left:0;top:0;width:700px;height: 100%;}
.NewsListBox .up li .pic img{max-width:100%;height: 100%;object-fit: cover;}
.NewsListBox .up li .box{/*! text-align: center; */float: left;width: 100%;height: 100%;}
.NewsListBox .up li .box h4{width: 100%;font-size:24px;color:#191919;/*! font-weight: bold; */overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.NewsListBox .up li .box .time{position:relative; display: block; color:#999;font-size:12px;margin-top:20px;}
.NewsListBox .up li .box .time:before{content:"";float:left;margin:10px 20px 0 0; width:40px;height:1px; background:#ccc}
.NewsListBox .up li .box p{-webkit-line-clamp: 4;font-size:14px;color:#464646;margin-top: 30px;line-height: 24px;}
.NewsListBox .up li:hover h4{color:#b40e12}
.NewsListBox .shell{padding: 70px 0 50px 0;background-color: #f3f3f3; overflow: hidden;}
.NewsListBox .shell ul{margin:0 0 -30px -30px;}
.NewsListBox .shell li{float: left;width: 33.3%;}
.NewsListBox .shell li a{position: relative;display: block;margin:0 0 30px 30px;padding: 30px; overflow: hidden;background-color: #fff;}
.NewsListBox .shell li a:after{content: "";position: absolute;left: 0;top: 0;height: 3px;width: 0;transition: all .5s;background-color: #b40e12;}
.NewsListBox .shell li a h4{width: 100%;font-size: 16px;color: #191919;margin-top:30px;;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .4s;}
.NewsListBox .shell li a .txt{-webkit-line-clamp: 2;font-size: 14px;color: #666666;line-height: 24px;margin-top:15px;/*! overflow: hidden; */margin-bottom: 15px;}
.NewsListBox .shell li a .pic{display: block;position: relative;width: 100%;padding-top: 70%;overflow: hidden;}
.NewsListBox .shell li a .pic img{display: block;position: absolute;width: 100%;height: 100%;transition: all .4s;top: 0;left: 0}
.NewsListBox .shell li a .time{float:left; margin-right:20px; display: block;font-size: 12px;color: #999999;}
.NewsListBox .shell .more{float:left;color:#999;font-size:12px;padding: 0 0px;display: block;}
.NewsListBox .shell .more:before{content: ""; float:right;width:10px;height:7px;margin:6px 0 0 10px;background: url(../images/line02.png) no-repeat -10px 0px;transition: all .4s ease-in-out;}
.NewsListBox .shell li:hover a{box-shadow:0 0 20px 10px rgba(0,0,0,0.08);}
.NewsListBox .shell li:hover a{transform: scale(1.02);}
.NewsListBox .shell li:hover a:after{width: 100%;}
.NewsListBox .shell li:hover a h4{color: #b40e12}
.NewsListBox .shell li:hover .more{color:#f60}
.NewsListBox .shell li:hover .more:before{ background-position:0 0 }
/*==新闻详细页↓==*/
.NewsDetailBox{}
.NewsDetailBox .titleTop{ text-align: center;padding:0 0 50px 0;margin:0 0 60px 0; border-bottom:1px #ddd solid}
.NewsDetailBox .tit{color:#000000;font-size:32px;}
.NewsDetailBox .msg{ margin-top:10px;color:#a7a7a7;font-size:14px;}
.NewsDetailBox .msg *,.NewsDetailBox .msg span,.NewsDetailBox .msg a{color:#a7a7a7;font-size:14px;}
.NewsDetailBox .msg span{margin:0 5px;}
.NewsDetailBox .msg a:hover,.NewsDetailBox .msg .active{color:#FF6600}
.NewsDetailBox .msg .active{font-weight:bold;}
.NewsDetailBox .share{height:60px;border-top:1px #aaa dotted; padding:20px 0;margin-top: 60px; overflow: hidden;}
.NewsDetailBox .share .bshare-custom{float:left;}
.NewsDetailBox .share .time{ float:left;margin-left:50px;color:#a7a7a7;font-size:14px;display: block;}
.NewsDetailBox .share .return{float:right; color:#fff;font-size:14px;padding:10px 20px 10px 38px;margin-top:-10px; background-color:#d2d2d2; background-image:url(../images/line202.png); background-position:12px 15px; background-repeat:no-repeat;}
.NewsDetailBox .share .return:hover{background-color:#b40e12}
.NewsDetailBox .pagIng{border-top:1px #aaa dotted;border-bottom:1px #aaa dotted;padding:15px 0;overflow: hidden;}
.NewsDetailBox .pagIng span{ display: inline-block;color:#888888;font-size:14px;}
.NewsDetailBox .pagIng span a{color:#888888;font-size:14px;}
.NewsDetailBox .pagIng span a:hover{color:#b40e12}
.NewsDetailBox .pagIng .prev{float:left}
.NewsDetailBox .pagIng .next{float:right}
.NewsDetailBox .relevant{margin-top:60px}
.NewsDetailBox .relevant .tit{color:#333;font-size:22px;}
.NewsDetailBox .relevant .list{margin-top:20px;}
.NewsDetailBox .relevant .list li{float:left;width:45%;margin:8px 0% 8px 0;}
.NewsDetailBox .relevant .list li:nth-of-type(even){float:right;}
.NewsDetailBox .relevant .list li .time{float: right; color:#858585;font-size:14px;}
.NewsDetailBox .relevant .list li a{ display: block; color:#858585;font-size:14px;padding-left:15px; background: url(../images/arrow_02.png) no-repeat left;transition: all .4s ease-in-out;}
.NewsDetailBox .relevant .list li:hover a{color:#b40e12}
/*==滚动大图↓==*/
.srllPho{ position: relative;;width: 100%;margin: auto;}
.srllPho .gallery-top{border: 1px #ddd solid; background:#fff ;}
.srllPho .gallery-top .look{ opacity:0; position:absolute; left:0;bottom:0;z-index:2;width:100%;padding:10px; color:#fff;font-size:16px;height:40px;text-align:center;transform: translateY(40px);  background:rgba(0,0,0,0.5) ;}
.srllPho .gallery-top .look i{ margin-right:10px; display:inline-block;font-size:20px;}
.srllPho .gallery-top:hover .look{opacity:1 ; transform: translateY(0px);}
.srllPho .gallery-top li{height:500px;}
.srllPho .gallery-top li img{max-width:initial;max-height:100%;width:auto;display: block;margin:auto;}
.srllPho .gallery-thumbs{margin-top:15px;padding: 0 50px;}
.srllPho .gallery-thumbs li{ width: 20%;height: 100%; border:2px #ddd solid; cursor: pointer; background:#fff;}
.srllPho .gallery-thumbs li.swiper-slide-thumb-active{ border:2px #b40e12 solid;}
.srllPho .gallery-thumbs li img{max-width:100%;display: block;margin:auto;height:80px}
.srllPho .btn{opacity: 1;top:0;left:0;width: 40px;height:100%;padding:0 0;display:table;border-radius: 0%;margin: 0px;text-align:center; /*! border-radius: 5px; */color:#b40e12;font-size:40px;background-image:none;background-color:#ddd;background-position:center;background-repeat:no-repeat;background-size: auto;}
.srllPho .btn i{ display: table-cell;vertical-align: middle;padding: 0px;}
.srllPho .btn.nt{left:auto;right:0;}
/*.srllPic .btn.next{transform:rotate(180deg);}*/
.srllPho .btn:hover,.srllPho .btn:hover i{color:#fff; background-color:#b40e12;}
.srllPho .swiper-button-disabled{opacity: .5;}
/*.srllPic .btn:hover{ opacity: 1;}*/
.srllPho .gallery-top li a{height:100%; display: -webkit-box !important; display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;justify-content: center; -webkit-box-align: center;  -webkit-align-items: center;-ms-flex-align: center;align-items: center}
/*==联系我们↓==*/
.ContactInner{padding-bottom:0px !important}
.ContactInner .mode{position: relative;}
.ContactInner .mode .long{position:relative;width:100%; display: table;}
.ContactInner .mode:before{content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:150%;background: url(../images/ContactBg.jpg) no-repeat center;background-size: cover;}
.ContactInner .mode .left,.ContactInner .mode .right{display: table-cell;}
.ContactInner .mode .right{width:56%; vertical-align: bottom; }
/*.ContactInner .mode .right img{display: block;max-width:100%;}*/
.ContactInner .mode .left{ }
.ContactInner .mode .left .title{color:#333333;font-size:26px;}
.ContactInner .mode .left .tel{ position:relative;margin-top:25px;color:#333333;font-size:14px;display: block;}
.ContactInner .mode .left .tel:before{ content: ""; position: absolute; left:0px;top:32px; width:30px; height:3px; background: #b40e12;}
.ContactInner .mode .left .tel font{margin-top:30px;font-size:30px;color: #b40e12;display: block;font-weight: bold;}
.ContactInner .mode .left .wx{margin-top:30px;color:#333333;font-size:14px;display: block;line-height: 26px;}
.ContactInner .mode .left .add2{ margin-top:30px;color:#333333;font-size:14px;display: block;}
.ContactInner .mode .left .add2 font{font-size:22px; color:#333;display: block;margin-bottom: 10px;}
.ContactInner .mode .left .ewm{position: relative;float:left;color:#666666;font-size:12px; text-align: center;display: block;line-height: 15px; margin-right:80px;}
.ContactInner .long .left .ewm:after{ position: absolute; content: "";position: absolute;right:-50px;top:20%;width:1px;height:60%;border-right:1px #bbb dashed}
.ContactInner .mode .left .ewm img{ display: block;margin:0 auto 5px;}
.ContactInner .mode .left .online{color:#fff;margin:20px 0 0 0px; font-size:14px; padding:12px 50px; background: #b40e12;display: table;border-radius: 20px;text-align: center;}
.ContactInner .mode .left .online:hover{background: #666;}
.ContactInner .agency{}
.ContactInner .agency .container{ }
.ContactInner .agency .title{margin-bottom:40px;color:#191919;font-size: 30px;}
.ContactInner .agency ul{margin: 0 0% -1% -1%;display: flex;flex-flow: row wrap;align-content: flex-start;}
.ContactInner .agency ul li{float:left;width: 32.3%;margin: 0% 0% 1% 1%;padding:30px;border: 1px solid #ddd;/* box-shadow: 0 0 10px #e8e8e8; */word-wrap:break-word;word-break:normal; }
.ContactInner .agency ul h4{position:relative; color:#333;font-size:18px;margin-bottom:20px;padding-left:15px;}
.ContactInner .agency ul h4:before{content:"";position:absolute;left:0;top:20%;height:60%;width:3px; background:#b40e12;}
.ContactInner .agency ul .wx{display: block;color:#666;font-size:14px !important;line-height:26px;}
.ContactInner .agency ul li:hover{transform: translateY(-5px); box-shadow:0 0 10px #ddd}
.ContactInner .agency ul li:hover h4{color:#b40e12}
.ContactInner .map{/* margin-top:70px */}
.ContactInner #dituContent{height:500px;}
/*==留言2↓==*/
.message{border-top:1px #ddd solid;overflow: hidden;}
.message .frame{position: relative;float:left;padding: 15px 20px; /*! line-height:50px; */width:32.3%;margin:0 0.5% 1% 0.5%;border: 1px #ddd solid;/* display: inline-block; */background:#fff;}
.message .frame.x1 input{background: url(../images/ico101.png) no-repeat left;/*! float: left; */}
.message .frame.x2 input{background: url(../images/ico102.png) no-repeat left;}
.message .frame.x3 input{background: url(../images/ico103.png) no-repeat left;}
.message .frame.x4 textarea{background: url(../images/ico104.png) no-repeat left top;}
.message .frame.x4{width:99%;}
.message .frame input,.message .frame textarea{padding-left:30px;width: 100%;border:none;/*! width: 100%; *//*! float: left; */display: inline;vertical-align: top;/*! float: right; */}
.message .frame textarea{/*! width:100%; */height:100px; clear: both}
.message button.submit{/* float:left; */display: table;margin: 30px auto 0;width: 20%;padding: 15px 50px;font-size:14px;color:#fff;background: #b40e12;border: none;}
.message button.submit:hover{background:#333}
.message .yzm{margin:0 0 0 20px;}
.message .yzm input{padding:20px 20px;margin:0 10px;}
/*==荣誉资质通用↓==*/
.honorCon{background: url(../images/bg03.jpg);}
.honorCon .long{position: relative;}
.honorCon li{}
.honorCon .list li .pic{height:310px;padding:30px !important; background:#fff url(../images/honorBg.png) no-repeat center;background-size: contain;}
.honorCon li h4{color:#333333;font-size:16px;margin-top:20px; text-align: center;}
.honorCon li:hover h4{color:#b40e12}
.honorCon .btn{left:-25px;width:50px;height:50px; line-height:45px;text-align: center;color:#fff;font-size:32px; background: #666;}
.honorCon .btn.next{left:auto;right:-25px;}
.honorCon .btn:hover{background:#b40e12;}
/*==list-box 图片款 久↓==*/
.list-box{ margin:0 0 -10px -10px}
.list-box li{float:left; width:25%; }
.list-box li img{max-width:100%;width:100%;}
.list-box li a{display:block;margin:0 0 10px 10px}
.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}
.list-box li:hover .pic{border: 1px #f00 solid;}
.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}
.list-box li:hover h4{color:#f00;}
.list-box .draw .pic{position: relative;padding-top: 80%;}
.list-box .draw .pic img{position:absolute; left:0;top:0; display:block;width:100%;height:100%;}
/*==底部===*/
.footer{padding: 60px 0 20px 0;background: #191919;overflow: hidden;}
.footer .left{float: left;width:70%;}
.footer .nav{margin-bottom:40px;margin-left: -30px;}
.footer .nav li{float:left;/* height: 13px; *//* border-right: 1px #ddd dashed; */}
.footer .nav li a{display: block;color:#fff;font-size:14px;/* margin-right:20px; */padding: 0 30px;border-right: 1px #999 dotted;line-height: 12px;}
.footer .nav li a:hover{color:#ddd}
.footer .tel{position: relative;display: block;font-size:24px;color:#fff;padding-left:50px;font-weight: bold;margin-bottom: 20px;}
.footer .tel font{display:block;color:#858585;font-size:12px;margin-bottom: 2px;font-weight: 400;}
.footer .tel:before{content: "\e611";font-family: "iconfont";position: absolute;left:0;margin-right: 10px;font-weight: 400;font-size: 36px;}
.footer .wx{color:#727272;font-size:12px;line-height: 22px;}
.footer .right{float: right; }
.footer .right span{float: left;/* width:50%; */display: inline-block;color: #666;font-size:12px;margin-left: 20px;padding:5px 5px 10px 5px;text-align: center;background: #fff;}
.footer .right span img{display: block;width: 120px;margin-bottom: 5px;}
.footer .link{margin-top:25px;padding-top:25px;border-top:1px #2b2b2b solid}
.footer .link h3{color:#cfcfcf;font-size:13px;float: left;}
.footer .link a{color:#aaaaaa;font-size:12px;display: inline-block;color:#999;padding: 0 15px;font-size:12px;line-height: 9px;border-right: 1px #999 dotted;}
.footer .link a:last-child{border:none;}
.footer a:hover{color:#fff}
